home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / CAD / PADSLOG.ARJ / LOGIC.EXE / LINE.HLP < prev    next >
Text File  |  1988-05-25  |  3KB  |  109 lines

  1.              Lines Library Help 
  2.  
  3. Lines items are used to define the complex 
  4. segmented shapes used by the board outline 
  5. and user defined shapes.
  6.  
  7. Lines items consist of 0 or more pieces
  8. and 0 or more text strings.
  9.  
  10. Each piece contains info on the corners
  11. describing the segments of the piece.
  12.  
  13. Each corner describes its location and if
  14. the previous segment of the piece is an arc, 
  15. the corner also indicates its start angle 
  16. and the length (in degrees) of the arc.
  17.  
  18. -------------------------------------------   
  19. The format for a Lines item is:
  20. -------------------------------------------   
  21. (Items that are not in capital letters are
  22. Optional)
  23.  
  24. NAME TYPE X Y LEVEL WIDTH NUMPIECES numtext
  25. TYPE NUMCRNS  {for each piece in item}
  26. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  27. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  28.       .
  29. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  30. PIETYPE NUMCRNS  {for each piece in item}
  31. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  32.       .
  33. X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  34.  
  35. X Y ORI LEVEL HEIGHT WIDTH MIRROR
  36. TEXT
  37.       .
  38. X Y ORI LEVEL HEIGHT WIDTH mirror
  39. TEXT
  40.  
  41.  
  42. -------------------------------------------
  43. > NAME TYPE X Y LEVEL WIDTH NUMPIECES numtext
  44.  
  45. NAME: User defined Lines item name
  46.       (up to 16 chars)
  47. TYPE: Valid Lines types are:
  48.    LINES- General purpose item
  49.    BOARD - Board outline item
  50. X Y:   Origin of lines item.
  51. LEVEL: Level to put the item on.
  52.        Level 0 means all levels.
  53.        BOARD and DECAL type items must be put 
  54.        on level 0.
  55. WIDTH: Line width used to draw the item.
  56. NUMPIECES: Number of pieces in the lines
  57.            item. 
  58. numtext: Number of text strings associated
  59.          with the lines item(optional).
  60.  
  61. ------------------------------------------   
  62. > TYPE NUMCRNS  {for each piece in item}
  63.  
  64. TYPE: Type of piece being described.
  65.    OPEN - Segments of are open ended.
  66.    CLOSED - Segments of are closed ended.
  67.       The last corner must be same as the
  68.       first corner. BOARD type line items
  69.       must be closed.
  70.    CIRCLE - Piece must have two corners   
  71.             which describe the diameter.
  72. NUMCRNS: Number of corners in the piece.
  73.           
  74. ------------------------------------------   
  75. >X Y BGNARC DELTAARC GEMOARC MINX MINY MAXX MAXY
  76.  
  77. X,Y: x,y coordinate of corner
  78. BGNARC: (optional) bgn angle in degrees of 
  79.         the arc 
  80. DELTAARC: (optional) length in degrees of 
  81.           the arc.
  82. GEOMARC:  (optional) length in degrees of 
  83.           the arc( same as delta arc).
  84.  
  85. MINX MINY MAXX MAXY: (optional) rectangle 
  86. around circle on which the arc is described.
  87.  
  88. ------------------------------------------   
  89. > X Y ORI LEVEL HEIGHT WIDTH mirror
  90.  
  91. X,Y: x,y location of text relative to the
  92.      lines origin.
  93. ORI: Rotation of text (0 90 180 270).
  94. LEVEL: Level the text is located on.
  95. HEIGHT: Height of the text in thous/inch.
  96. WIDTH: Line width used to draw the text.
  97. mirror: Mirror value of the text M=mirrored,
  98. N=not mirrored(optional)
  99.  
  100. ------------------------------------------   
  101. > TEXT
  102.  
  103. TEXT: String of text associated with the 
  104.       lines item
  105.  
  106.  
  107.             <END OF HELP FILE>
  108.  
  109.